MindFusion.Wpf Pack Programmer's Guide
RemoveItemCommand(T) Constructor
See Also
 





Initializes a new instance of the RemoveItemCommand class.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public RemoveItemCommand<T> (
    Workbook workbook,
    UndoableCollection<T> collection,
    int index,
    T item
)

Visual Basic  Copy Code

Public New (Of T) ( _
    workbook As Workbook, _
    collection As UndoableCollection(Of T), _
    index As Integer, _
    item As T _
)

 Parameters

workbook

The Workbook modified by this command.

collection

The collection from which the item is deleted.

index

The zero-based index of the item within the collection.

item

The item that should be removed from the collection.

 See Also

RemoveItemCommand(T) Class
MindFusion.Spreadsheet.Wpf Namespace